crypto/tls.Conn.peerSigAlg (field)
7 uses
crypto/tls (current package)
conn.go#L54: peerSigAlg SignatureScheme
conn.go#L1623: state.testingOnlyPeerSignatureAlgorithm = c.peerSigAlg
handshake_client.go#L712: c.peerSigAlg = keyAgreement.signatureAlgorithm
handshake_client_tls13.go#L674: c.peerSigAlg = certVerify.signatureAlgorithm
handshake_server.go#L645: c.peerSigAlg = keyAgreement.signatureAlgorithm
handshake_server.go#L809: c.peerSigAlg = certVerify.signatureAlgorithm
handshake_server_tls13.go#L1103: c.peerSigAlg = certVerify.signatureAlgorithm
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)